home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / src / sort.lha / Sort.readme < prev   
Text File  |  2001-08-28  |  998b  |  46 lines

  1. Short:  Elemental sorting algorithms in C
  2. Autor:  walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  3. Uploader:  walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  4. Type:  dev/src
  5. Requires:  C Compiler (e.g. gcc)
  6.  
  7.  
  8. Demonstration of Elemental sorting algorithms in C:
  9.  
  10.  - Bubble Sort
  11.  - Selection Sort
  12.  - Insertion Sort
  13.  - Shell Sort
  14.  
  15. The executables included in this archive require 68000 cpu or better.
  16.  
  17. The sources are highly portable. They shold work with all major operating systems.
  18.  
  19. Testet on Amiga 4000/30 with AmigaOS 3.5.
  20.  
  21. Compiled with gcc - the GNU C Compiler.
  22.  
  23.  
  24. Literature:
  25.  
  26. Brian W. Kernighan, Dennis M. Ritchie: The C Programming Language
  27.  
  28. Andrew Koenig: 
  29. C Traps and Pitfalls
  30.  
  31. Robert Sedgewick:
  32. Algorithms in C
  33.  
  34.  
  35. World Wide Web:
  36.  
  37. http://www.norman-interactive.com (my Homepage)
  38.  
  39. http://www.informatik.uni-stuttgart.de (University Stuttgart, Dept. of Computer Science)
  40.  
  41. http://www.ninemoons.com (GeekGadgets)
  42.  
  43. http://www.haage-partner.com (Haage & Partner Homepage)
  44.  
  45.  
  46.